go.pact.im/x/logs.WrapHandler.next (field)

10 uses

	go.pact.im/x/logs (current package)
		handler.go#L66: 	next  slog.Handler
		handler.go#L73: 		next:  next,
		handler.go#L82: 		return h.next.Enabled(ctx, l)
		handler.go#L84: 	return h.hooks.Enabled(ctx, l, h.next)
		handler.go#L91: 		return h.next.Handle(ctx, r)
		handler.go#L93: 	return h.hooks.Handle(ctx, r, h.next)
		handler.go#L99: 	hc.next = h.next.WithAttrs(attrs)
		handler.go#L106: 	hc.next = h.next.WithGroup(name)